HOME |  BACK |  NEXT |  _  WORDLIST |  TOPICS |  _  AUTHORS |  E-MAIL |  _  INDEX | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

WWWE LogoTopic:

<SELECT> ... </SELECT> Select input object

Definition:

The SELECT tags allow users to pick one or more options out of a list of possible values supplied in an input form, where each alternative is represented by an <OPTION> element.

Attributes:

MULTIPLE

this attribute appears when users are allowed to select more than one element from the set of <OPTION> values supplied within a <SELECT> ... </SELECT> tag pair.

Context:

<SELECT> ... </SELECT> is legal only within the <FORM> tag.

The following markup can be used within <SELECT> ... </SELECT>

<OPTION>

Suggested style/usage:

Use to provide pickable lists of scalar values within HTML forms, which are suitable whenever users need pick only from a predetermined set of possible values for an input field.

Example:

Please see the Fill In Forms tutorial for examples.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

E-Mail: The World Wide Web Encyclopedia at wwwe@tab.com
E-Mail: Charles River Media at chrivmedia@aol.com
Copyright 1996 Charles River Media. All rights reserved.
Text - Copyright © 1995, 1996 - James Michael Stewart & Ed Tittel.
Web Layout - Copyright © 1995, 1996 - LANWrights & IMPACT Online.
Revised -- February 20th, 1996